com.sabro.jbusiness.sys
Class SysDetalhe.SysDetalheEvent
java.lang.Object
java.util.EventObject
com.sabro.jbusiness.sys.SysDetalhe.SysDetalheEvent
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- SysDetalhe
public static class SysDetalhe.SysDetalheEvent
- extends java.util.EventObject
SysDetalheEvent é usada para notificar os observadores que o SysDetalhe
foi alterado.
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SysDetalhe.SysDetalheEvent
public SysDetalhe.SysDetalheEvent(SysDetalhe source,
SysDetalhe.SysDetalheEventType sysDetalheEventType)
SysDetalhe.SysDetalheEvent
public SysDetalhe.SysDetalheEvent(SysDetalhe source,
SysDetalhe.SysDetalheEventType sysDetalheEventType,
SysRegistro sysRegistro)
SysDetalhe.SysDetalheEvent
public SysDetalhe.SysDetalheEvent(SysValor source,
SysDetalhe.SysDetalheEventType sysDetalheEventType,
SysRegistro sysRegistro,
java.lang.Object newValor)
getSysRegistro
public SysRegistro getSysRegistro()
getSysDetalheEventType
public SysDetalhe.SysDetalheEventType getSysDetalheEventType()
getSysCampo
public SysCampo getSysCampo()
getNewValor
public java.lang.Object getNewValor()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.util.EventObject